2022-08-18 22:58:41 +02:00
|
|
|
Tests= \
|
|
|
|
context.o \
|
|
|
|
environment.o \
|
|
|
|
interpreter.o \
|
|
|
|
lex.o \
|
|
|
|
main.o \
|
|
|
|
number.o \
|
|
|
|
parser.o \
|
|
|
|
unicode.o \
|
|
|
|
value.o
|
|
|
|
|
|
|
|
Test_Obj=$(addprefix bin/debug/tests/,$(Tests))
|
|
|
|
|
2022-09-21 16:40:40 +02:00
|
|
|
test: bin/debug/musique
|
2022-08-18 23:02:00 +02:00
|
|
|
scripts/test.py test examples
|
2022-08-18 22:58:41 +02:00
|
|
|
|