• Markus Kauppila's avatar
    Reorganizing the project. · 2f3c2a94
    Markus Kauppila authored
    --HG--
    rename : test/test-automation/SDL_test.h => test/test-automation/include/SDL_test.h
    rename : test/test-automation/SDL_test.c => test/test-automation/src/libtest/SDL_test.c
    rename : test/test-automation/common/common.c => test/test-automation/src/libtest/common/common.c
    rename : test/test-automation/common/common.h => test/test-automation/src/libtest/common/common.h
    rename : test/test-automation/common/images.h => test/test-automation/src/libtest/common/images.h
    rename : test/test-automation/common/img_blit.c => test/test-automation/src/libtest/common/img_blit.c
    rename : test/test-automation/common/img_blitblend.c => test/test-automation/src/libtest/common/img_blitblend.c
    rename : test/test-automation/common/img_face.c => test/test-automation/src/libtest/common/img_face.c
    rename : test/test-automation/common/img_primitives.c => test/test-automation/src/libtest/common/img_primitives.c
    rename : test/test-automation/common/img_primitivesblend.c => test/test-automation/src/libtest/common/img_primitivesblend.c
    rename : test/test-automation/fuzzer/fuzzer.c => test/test-automation/src/libtest/fuzzer/fuzzer.c
    rename : test/test-automation/fuzzer/fuzzer.h => test/test-automation/src/libtest/fuzzer/fuzzer.h
    rename : test/test-automation/fuzzer/utl_crc32.c => test/test-automation/src/libtest/fuzzer/utl_crc32.c
    rename : test/test-automation/fuzzer/utl_crc32.h => test/test-automation/src/libtest/fuzzer/utl_crc32.h
    rename : test/test-automation/fuzzer/utl_md5.c => test/test-automation/src/libtest/fuzzer/utl_md5.c
    rename : test/test-automation/fuzzer/utl_md5.h => test/test-automation/src/libtest/fuzzer/utl_md5.h
    rename : test/test-automation/fuzzer/utl_random.c => test/test-automation/src/libtest/fuzzer/utl_random.c
    rename : test/test-automation/fuzzer/utl_random.h => test/test-automation/src/libtest/fuzzer/utl_random.h
    rename : test/test-automation/logger_helpers.c => test/test-automation/src/libtest/logger_helpers.c
    rename : test/test-automation/logger_helpers.h => test/test-automation/src/libtest/logger_helpers.h
    rename : test/test-automation/plain_logger.c => test/test-automation/src/libtest/plain_logger.c
    rename : test/test-automation/plain_logger.h => test/test-automation/src/libtest/plain_logger.h
    rename : test/test-automation/xml.c => test/test-automation/src/libtest/xml.c
    rename : test/test-automation/xml.h => test/test-automation/src/libtest/xml.h
    rename : test/test-automation/xml_logger.c => test/test-automation/src/libtest/xml_logger.c
    rename : test/test-automation/xml_logger.h => test/test-automation/src/libtest/xml_logger.h
    rename : test/test-automation/logger.h => test/test-automation/src/runner/logger.h
    rename : test/test-automation/runner.c => test/test-automation/src/runner/runner.c
    rename : test/test-automation/support.c => test/test-automation/src/runner/support.c
    rename : test/test-automation/support.h => test/test-automation/src/runner/support.h
    rename : test/test-automation/testaudio/Makefile.am => test/test-automation/tests/testaudio/Makefile.am
    rename : test/test-automation/testaudio/testaudio.c => test/test-automation/tests/testaudio/testaudio.c
    rename : test/test-automation/testdummy/Makefile.am => test/test-automation/tests/testdummy/Makefile.am
    rename : test/test-automation/testdummy/testdummy.c => test/test-automation/tests/testdummy/testdummy.c
    rename : test/test-automation/testplatform/Makefile.am => test/test-automation/tests/testplatform/Makefile.am
    rename : test/test-automation/testrect/Makefile.am => test/test-automation/tests/testrect/Makefile.am
    rename : test/test-automation/testrect/testrect.c => test/test-automation/tests/testrect/testrect.c
    rename : test/test-automation/testrender/Makefile.am => test/test-automation/tests/testrender/Makefile.am
    rename : test/test-automation/testrender/testrender.c => test/test-automation/tests/testrender/testrender.c
    rename : test/test-automation/testrwops/Makefile.am => test/test-automation/tests/testrwops/Makefile.am
    rename : test/test-automation/testrwops/testrwops.c => test/test-automation/tests/testrwops/testrwops.c
    rename : test/test-automation/testsurface/Makefile.am => test/test-automation/tests/testsurface/Makefile.am
    rename : test/test-automation/testsurface/testsurface.c => test/test-automation/tests/testsurface/testsurface.c
    2f3c2a94
Name
Last commit
Last update
..
automated Loading commit data...
nds-test-progs Loading commit data...
shapes Loading commit data...
test-automation Loading commit data...
.gdbinit Loading commit data...
COPYING Loading commit data...
Makefile.in Loading commit data...
README Loading commit data...
acinclude.m4 Loading commit data...
aclocal.m4 Loading commit data...
autogen.sh Loading commit data...
checkkeys.c Loading commit data...
common.c Loading commit data...
common.h Loading commit data...
configure Loading commit data...
configure.in Loading commit data...
gcc-fat.sh Loading commit data...
graywin.c Loading commit data...
icon.bmp Loading commit data...
loopwave.c Loading commit data...
moose.dat Loading commit data...
picture.xbm Loading commit data...
sample.bmp Loading commit data...
sample.wav Loading commit data...
testalpha.c Loading commit data...
testatomic.c Loading commit data...
testaudioinfo.c Loading commit data...
testbitmap.c Loading commit data...
testblitspeed.c Loading commit data...
testcursor.c Loading commit data...
testdraw2.c Loading commit data...
testdyngl.c Loading commit data...
testdyngles.c Loading commit data...
testerror.c Loading commit data...
testfile.c Loading commit data...
testfill.c Loading commit data...
testgamma.c Loading commit data...
testgesture.c Loading commit data...
testgl.c Loading commit data...
testgl2.c Loading commit data...
testgles.c Loading commit data...
testhaptic.c Loading commit data...
testiconv.c Loading commit data...
testime.c Loading commit data...
testintersections.c Loading commit data...
testjoystick.c Loading commit data...
testkeys.c Loading commit data...
testloadso.c Loading commit data...
testlock.c Loading commit data...
testmultiaudio.c Loading commit data...
testnative.c Loading commit data...
testnative.h Loading commit data...
testnativecocoa.m Loading commit data...
testnativew32.c Loading commit data...
testnativex11.c Loading commit data...
testoverlay.c Loading commit data...
testoverlay2.c Loading commit data...
testplatform.c Loading commit data...
testpower.c Loading commit data...
testresample.c Loading commit data...
testrumble.c Loading commit data...
testscale.c Loading commit data...
testsem.c Loading commit data...
testshader.c Loading commit data...
testshape.c Loading commit data...
testsprite.c Loading commit data...
testsprite2.c Loading commit data...
testspriteminimal.c Loading commit data...
teststreaming.c Loading commit data...
testthread.c Loading commit data...
testtimer.c Loading commit data...
testver.c Loading commit data...
testvidinfo.c Loading commit data...
testwin.c Loading commit data...
testwm.c Loading commit data...
testwm2.c Loading commit data...
threadwin.c Loading commit data...
torturethread.c Loading commit data...
utf8.txt Loading commit data...