minix/external/bsd/libc++/dist/libcxxrt/test/run_test.sh
Lionel Sambuc 4684ddb6aa LLVM Minix changes
- import libcxx
 - reduce targets to the one when compiled as a tools

Change-Id: Iabb8427f80ff8e89463559a28bcb8b4f2bdbc496
2014-07-28 17:05:59 +02:00

6 lines
110 B
Bash
Executable file

test_command=$1
expected_output=$2
test_log=$3
$test_command > $test_log 2>&1
diff $test_log $expected_output