Remove scons files. Update README, gitignore and install targets.
[anna.git] / test / core / SConstruct
diff --git a/test/core/SConstruct b/test/core/SConstruct
deleted file mode 100644 (file)
index 3275f35..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-Import ('env')
-
-variant = env ['VARIANT']
-
-result = SConscript ('SConscript', exports='env', variant_dir='%s' % variant, duplicate=0)
-
-Return ('result')
-