source: sources/test_regression/05092005/Makefile @ 55

Last change on this file since 55 was 55, checked in by meunier, 11 years ago

Tried to clean the test_regression directory:

  • Code formatting
  • Supressed warnings
  • Made comprehensible outputs
  • Factorized Makefiles

There's still a lot to do (many tests don't pass for either good or bad reasons)

File size: 199 bytes
Line 
1
2include ../env.mk
3include ../Makefile.common
4
5
6test: $(EXE_SCASS)
7        @echo -ne "| Testing $$(basename $$(pwd)): " ;
8        @./$< 2> /dev/null ;
9        @if [ $$? -eq 0 ] ; then echo "KO" ; else echo "OK" ; fi ;
10
11
Note: See TracBrowser for help on using the repository browser.