Overhauled tests for native structure types (struct and union) that contain numeric types (int, unsigned long etc) and enums
Removed now redundant tests in StructureTest.java and removed UnionTest.java entirely for this same reason, what remains are tests that will be overhauled in the future
Modified GNUmakefile to build for nested directories which is now needed because new C files NumericUnion.c and NumericStruct.c are in a directory struct/ for better organization
struct
andunion
) that contain numeric types (int
,unsigned long
etc) andenum
sStructureTest.java
and removedUnionTest.java
entirely for this same reason, what remains are tests that will be overhauled in the futureGNUmakefile
to build for nested directories which is now needed because new C filesNumericUnion.c
andNumericStruct.c
are in a directorystruct/
for better organization