/* Copyright (C) 1989, Digital Equipment Corporation */ /* All rights reserved. */ /* See the file COPYRIGHT for a full description. */ /* Last Modified On Sat Jun 23 00:39:02 1990 By muller */ M3 = .ROOT/system/driver/m3.local -g -w1 -X0C -D. -k -c #define test_simple_module(m) @@\ test_interface (m) @@\ test_module (m) #define test_interface(i) @@\ test_file (i,i3,ic,io) #define test_module(m) @@\ test_file (m,m3,mc,mo) #define test_file(f,src,cf,obj) @@\ source (f.src) @@\ @@\ test:: f.cf @@\ f.cf: FRC @@\ -$(M3) f.src 2> f.src.errs @@\ -@/bin/rm f.obj