Skip to content

Commit

Permalink
Test case for scratch work VDM class.
Browse files Browse the repository at this point in the history
	modified:   src/test/java/org/overture/codegen/vdm2c/NativeClassesTests.java
  • Loading branch information
Victor Bandur committed Sep 21, 2016
1 parent cd2a6e9 commit 514abce
Showing 1 changed file with 8 additions and 1 deletion.
Expand Up @@ -183,5 +183,12 @@ public void ClassValueInheritance() throws IOException,
{
generate(getPath("classes/ClassValueInheritance.vdmrt"));
compileAndTest();
}
}

public void ClassScratchWork() throws IOException,
InterruptedException, CMakeGenerateException
{
generate(getPath("classes/ClassScratchWork.vdmrt"));
compileAndTest();
}
}

0 comments on commit 514abce

Please sign in to comment.