4 lines
99 B
Makefile
4 lines
99 B
Makefile
# compile and execute with a single 'make' the API tests in '../../build'
|
|
test:
|
|
$(MAKE) -C .. api
|