7 lines
154 B
Bash
Executable File
7 lines
154 B
Bash
Executable File
#!/bin/bash
|
|
#cd bld
|
|
#make -j5
|
|
#cd ..
|
|
./test_use_base.sh
|
|
./regression_tester.rb ./dcc_original -s -c 2>stderr >stdout; diff -wB tests/prev/ tests/outputs/
|