| Last change
                  on this file since 55 was
                  55,
                  checked in by meunier, 12 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)
 | 
        
          | 
              
                  Property svn:executable set to
                  * | 
        | File size:
            202 bytes | 
      
      
        
  | Rev | Line |  | 
|---|
| [55] | 1 |  | 
|---|
|  | 2 | include ../env.mk | 
|---|
|  | 3 | include ../Makefile.common | 
|---|
|  | 4 |  | 
|---|
|  | 5 |  | 
|---|
|  | 6 | test: $(EXE_SCASS) | 
|---|
|  | 7 | @echo -ne "| Testing $$(basename $$(pwd)): " ; | 
|---|
|  | 8 | @./$< 2> /dev/null ; \ | 
|---|
|  | 9 | if [ $$? -eq 101 ] ; then echo "OK" ; else echo "KO" ; fi ; | 
|---|
|  | 10 |  | 
|---|
|  | 11 |  | 
|---|
       
      
      Note: See 
TracBrowser
        for help on using the repository browser.