From: Michal Sojka Date: Fri, 19 Sep 2008 07:17:00 +0000 (+0000) Subject: Completed test for sources-list X-Git-Tag: v0.1-sssa~34 X-Git-Url: http://rtime.felk.cvut.cz/gitweb/omk.git/commitdiff_plain/e7934cc30b1c33f9e8525fbf0c1993a1f656e385 Completed test for sources-list darcs-hash:20080919071722-f2ef6-8b214d07326b27f6bc942fef13c3d42bf7c3023b.gz --- diff --git a/tests/sources_list/runtest b/tests/sources_list/runtest index a0b17b5..0ec2234 100755 --- a/tests/sources_list/runtest +++ b/tests/sources_list/runtest @@ -3,4 +3,5 @@ touch config.omk-default make sources-list +diff -u sources.list.correct sources.txt || error "Generated sources-list differs from the correct one" diff --git a/tests/sources_list/sources.list.correct b/tests/sources_list/sources.list.correct new file mode 100644 index 0000000..3393754 --- /dev/null +++ b/tests/sources_list/sources.list.correct @@ -0,0 +1,7 @@ +# Automatically generated list of files in '' that are used during OMK compilation +a.h +b.h +c.c +dir/d.h +dir/e.h +dir/f.c