shithub: mcfs

Download patch

ref: 4129b65e38e8bb04bce05e88d580674e6a9f5f40
parent: c905e2c8c23e3b73ea9cbb374213299cb9fd4377
author: Sigrid Solveig Haflínudóttir <ftrvxmtrx@gmail.com>
date: Tue Feb 9 08:39:09 EST 2021

better "extra" rule for testing

--- a/mkfile
+++ b/mkfile
@@ -22,15 +22,15 @@
 
 default:V: all
 
-extra:V:
+./extra/%:
 	cd extra
-	mk
+	mk $stem
 
 </sys/src/cmd/mkone
 
 SAMPLES=../matroska-test-files/test_files
 
-test:V: all extra
+test:V: ./$O.out ./extra/$O.mkvdump
 	test -d $SAMPLES
 	for(f in $SAMPLES/*.mkv){
 		echo $f