summaryrefslogtreecommitdiff
path: root/tests/tests.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tests.mpc')
-rw-r--r--tests/tests.mpc12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/tests.mpc b/tests/tests.mpc
index f6f2cd6056c..1c7cbf4ed9b 100644
--- a/tests/tests.mpc
+++ b/tests/tests.mpc
@@ -61,6 +61,18 @@ project(ACE Test) : aceexe {
}
}
+project(ACE Init Test) : aceexe {
+ exename = ACE_Init_Test
+ libs += Test_Output
+ depends += Test_Output
+ Source_Files {
+ ACE_Init_Test.cpp
+ Main.cpp
+ }
+ Header_Files {
+ }
+}
+
project(Aio Platform Test) : aceexe {
exename = Aio_Platform_Test
libs += Test_Output