makefile 149 B

1234567891011
  1. # -*- make -*-
  2. BASE=../..
  3. SUBDIR=test/integration
  4. # Bring in the default rules
  5. include ../../buildlib/defaults.mak
  6. .PHONY: test
  7. test:
  8. ./run-tests