include ../Makefile.common ############################################################################ # Compare new and old test results ############################################################################ diff: for i in *.xmlv3 ; do\ diff $$i.$(PREVIOUS_RELEASE) $$i.$(CURRENT_RELEASE) > $$i.diff;\ done ############################################################################ # Build test data ############################################################################ current: for i in test_*biba*.xmlv3 ; do\ echo $$i;\ $(UT2) -i $$i -s MILS_COMPUTE_SECURITY_BIBA > $$i.$(CURRENT_RELEASE);\ done for i in test_*lapadula*.xmlv3 ; do\ echo $$i;\ $(UT2) -i $$i -s MILS_COMPUTE_SECURITY_BELL_LAPADULA > $$i.$(CURRENT_RELEASE);\ done