diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-01-04 20:53:28 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-01-04 20:58:00 +0300 |
commit | 11b1348fd4b52a35851a03a9c50bd962e385a6a9 (patch) | |
tree | cff1c3237c2cf05cb9f4de9b5084762ce374a947 /src/Makefile.am | |
parent | a7aa62d82574128cba8fd3c10d29e2bbcfca305d (diff) | |
download | plus-11b1348fd4b52a35851a03a9c50bd962e385a6a9.tar.gz plus-11b1348fd4b52a35851a03a9c50bd962e385a6a9.tar.bz2 plus-11b1348fd4b52a35851a03a9c50bd962e385a6a9.tar.xz plus-11b1348fd4b52a35851a03a9c50bd962e385a6a9.zip |
Add ability for testing drivers and graphics.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 527893598..ead1224d6 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -466,6 +466,10 @@ manaplus_SOURCES += gui/widgets/avatarlistbox.cpp \ utils/mutex.h \ utils/xml.cpp \ utils/xml.h \ + test/testlauncher.cpp \ + test/testlauncher.h \ + test/testmain.cpp \ + test/testmain.h \ actor.cpp \ actor.h \ actorsprite.cpp \ |