9 lines
107 B
Makefile
9 lines
107 B
Makefile
|
|
|
|
all: build test
|
|
|
|
build:
|
|
meson compile -C builddir
|
|
|
|
test:
|
|
meson test -C builddir --suite turings_tarpit
|