transform: move tests to transform_test package

This allows for adding more advanced tests, for example tests that use
the compiler package so that test sources can be written in Go instead
of LLVM IR.
This commit is contained in:
Ayke van Laethem
2021-04-22 12:44:22 +02:00
committed by Ron Evans
parent 25f3adb47e
commit 404b65941a
13 changed files with 44 additions and 28 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
package transform
package transform_test
// This file defines some helper functions for testing transforms.