summaryrefslogtreecommitdiff
path: root/external/historical/nawk/dist/testdir/REGRESS
blob: 5c3667f5eede09e9bc8319f1b75de41da3c03dc8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#!/bin/sh

uname -a
gcc echo.c -o echo && echo echo compiled

oldawk=${oldawk-awk}
awk=${awk-../a.out}

echo oldawk=$oldawk, awk=$awk 

oldawk=$oldawk awk=$awk Compare.t t.*
	echo `ls t.* | wc -l` tests; echo

oldawk=$oldawk awk=$awk Compare.p p.? p.??*
	echo `ls p.* | wc -l` tests; echo

oldawk=$oldawk awk=$awk Compare.T1
	echo `grep '\$awk' T.* | wc -l` tests; echo

oldawk=$oldawk awk=$awk Compare.tt tt.*
	echo `ls tt.* | wc -l` tests; echo
+0000'>2016-01-26Put the kernelside rump kernel headers into <rump-sys> instead ofpooka 2015-10-19Add a COMMENT describing what each component roughly does.pooka 2015-08-25some final -Ifoo/opt removalpooka 2015-01-18Move defines of INET and INET6 from opt_inet.h to Makefile.incjustin 2014-12-02Remove shlib_version files and just use Makefile SHLIB_MAJOR/MINOR,pooka 2014-08-22Nuke the DOMAINADD() macro and just call domain_attach(), now that thingspooka 2014-06-05- Implement pktqueue interface for lockless IP input queue.rmind 2014-03-13rename component.c -> netinet6_component.cpooka 2014-02-14Register netisr's from component constructors instead of via a hardcodedpooka 2014-01-02Allow kernels compiled with INET+INET6 to be booted as IPv4-only or IPv6-only.pooka 2013-08-14Partially revert previous, there are still a few gotchas inpooka 2013-08-14Separate inet and inet6, allows inet6-only rump kernels.pooka