Makefile.am 125 B

12345
  1. SUBDIRS = src
  2. # is there a better way to automate this?
  3. test: all
  4. find . -name \*unittests -type f -executable -exec {} \;