diff options
Diffstat (limited to 'server/tests/SConscript')
-rw-r--r-- | server/tests/SConscript | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/server/tests/SConscript b/server/tests/SConscript deleted file mode 100644 index b6c3bea..0000000 --- a/server/tests/SConscript +++ /dev/null @@ -1,11 +0,0 @@ -Import('env') - -test_bld = Builder( - action = '$SOURCE -e stdout && touch $TARGET', - emitter = lambda target, source, env: (target[0].name + '.passed', env.Program(target[0].name + '.test', source)) -) - -env.Append(BUILDERS = {'Test' : test_bld}) - -env.Test('calculate_score', ['calculate_score.cpp', 'test_framework.cpp', - '../player.cpp', '../client.cpp', '../connection.cpp', '../hand.cpp', '../score.cpp'] + Glob('../../common/*.cpp')) |