Skip to content

Commit

Permalink
Remove spec-check test and scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
agomezl committed May 12, 2017
1 parent 41f200d commit 0a31fa7
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 148 deletions.
138 changes: 0 additions & 138 deletions misc/scripts/test_spec.sh

This file was deleted.

8 changes: 1 addition & 7 deletions spec/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,9 @@ L4V_ARCH?=ARM
## Targets
images: ASpec CKernel
default: images test
test: spec-check
all: images test
report-regression:
@echo spec-check ASpec ExecSpec DSpec TakeGrant CKernel CSpec \
@echo ASpec ExecSpec DSpec TakeGrant CKernel CSpec \
binary-verification-input

#
Expand All @@ -41,11 +40,6 @@ ExecSpec ASpec : design-spec
# umm_types.txt file in this folder. This file is never used nor
# depended on.

# Ensure haskell spec is up-to-date with haskell code.
spec-check: .FORCE
cd ../misc/scripts && bash test_spec.sh
.PHONY: spec-check

# Preprocess the kernel's source code and bitfield theory files.
c-kernel: .FORCE
cd cspec/$(L4V_ARCH)/c && L4V_REPO_PATH=$(L4V_REPO_PATH) $(MAKE) cspec
Expand Down
3 changes: 0 additions & 3 deletions spec/tests.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@
<test name="DSpec">make DSpec</test>
<test name="TakeGrant">make TakeGrant</test>
<test name="ASepSpec" depends="ASpec">make ASepSpec</test>

<!-- Ensure Haskell spec and generated Isabelle theories match. -->
<test name="SpecCheck">make spec-check</test>
</set>

<set>
Expand Down

0 comments on commit 0a31fa7

Please sign in to comment.