Add packing test, which verifies stable layout policy.

This commit is contained in:
Jason Evans
2016-11-14 23:29:21 -08:00
parent a38acf716e
commit 2c95154501
2 changed files with 168 additions and 0 deletions

View File

@@ -160,6 +160,7 @@ TESTS_UNIT := \
$(srcroot)test/unit/math.c \
$(srcroot)test/unit/mq.c \
$(srcroot)test/unit/mtx.c \
$(srcroot)test/unit/pack.c \
$(srcroot)test/unit/ph.c \
$(srcroot)test/unit/prng.c \
$(srcroot)test/unit/prof_accum.c \