From 3c7e1be0098f963225afd0ebe83340a991392892 Mon Sep 17 00:00:00 2001 From: jsmall-nvidia Date: Thu, 17 Jan 2019 17:50:48 -0500 Subject: Feature/hash for source identity (#786) * * Added COMMAND_LINE_SIMPLE test type * Made how spawning works controllable by paramter/type SpawnType * Made break-outside-loop and global-uniform run command line slangc * calcRelativePath -> calcCombinedPath * Add 64 bit version of GetHash. * Add support for Hash based mode for CacheFileSystem. --- tests/preprocessor/pragma-once.slang | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests/preprocessor') diff --git a/tests/preprocessor/pragma-once.slang b/tests/preprocessor/pragma-once.slang index fe805f82f..02db6e3b3 100644 --- a/tests/preprocessor/pragma-once.slang +++ b/tests/preprocessor/pragma-once.slang @@ -27,6 +27,10 @@ #include "pragma-once-a.h" #include "pragma-once-b.h" +// Make sure relative paths are handled +#include "./pragma-once-a.h" +#include "./pragma-once-a.h" + // Now let's use both the function and the // macro, to confirm that they are both // defined as expected. -- cgit v1.2.3