2 del_files
= remove_files
or del_files
3 add_tests
= add_tests
or function() end
5 function building(sources
)
10 if has_config("liba-cxx") then
11 add_defines("HAS_CXX")
20 building({ "a.c", "a.cpp" })
24 building({ "avl.c", "avl.cpp" })
28 building({ "buf.c", "buf.cpp" })
31 target("test/complex")
32 building({ "complex.c", "complex.cpp" })
36 building({ "crc.c", "crc.cpp" })
40 building({ "hpf.c", "hpf.cpp" })
44 building({ "list.c", "list.cpp" })
48 building({ "lpf.c", "lpf.cpp" })
52 building({ "math.c", "math.cpp" })
56 building({ "mf.c", "mf.cpp" })
59 target("test/notefreqs")
60 building({ "notefreqs.c", "notefreqs.cpp" })
63 target("test/operator")
64 building({ "operator.c", "operator.cpp" })
68 building({ "pid.c", "pid.cpp" })
71 target("test/pid_expert")
72 building({ "pid_expert.c", "pid_expert.cpp" })
75 target("test/pid_fuzzy")
76 building({ "pid_fuzzy.c", "pid_fuzzy.cpp" })
79 target("test/pid_neuro")
80 building({ "pid_neuro.c", "pid_neuro.cpp" })
84 building({ "poly.c", "poly.cpp" })
88 building({ "que.c", "que.cpp" })
92 building({ "rbt.c", "rbt.cpp" })
96 building({ "slist.c", "slist.cpp" })
100 building({ "str.c", "str.cpp" })
104 building({ "test.c", "test.cpp" })
108 building({ "tf.c", "tf.cpp" })
111 target("test/trajbell")
112 building({ "trajbell.c", "trajbell.cpp" })
115 target("test/trajpoly3")
116 building({ "trajpoly3.c", "trajpoly3.cpp" })
119 target("test/trajpoly5")
120 building({ "trajpoly5.c", "trajpoly5.cpp" })
123 target("test/trajpoly7")
124 building({ "trajpoly7.c", "trajpoly7.cpp" })
127 target("test/trajtrap")
128 building({ "trajtrap.c", "trajtrap.cpp" })
132 building({ "utf.c", "utf.cpp" })
136 building({ "vec.c", "vec.cpp" })
139 target("test/version")
140 building({ "version.c", "version.cpp" })