aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2017-04-29 00:15:18 +0800
committerchriseth <chris@ethereum.org>2017-05-20 01:20:28 +0800
commite2b21e1c9611fd94f8e7b91b0ecbb0ec39145758 (patch)
tree9cc66e31297b7fff84166225d008b23351ba6e06 /test
parent41ee2cefbbe0009fd7576f3e965b63e076d1ad24 (diff)
downloaddexon-solidity-e2b21e1c9611fd94f8e7b91b0ecbb0ec39145758.tar
dexon-solidity-e2b21e1c9611fd94f8e7b91b0ecbb0ec39145758.tar.gz
dexon-solidity-e2b21e1c9611fd94f8e7b91b0ecbb0ec39145758.tar.bz2
dexon-solidity-e2b21e1c9611fd94f8e7b91b0ecbb0ec39145758.tar.lz
dexon-solidity-e2b21e1c9611fd94f8e7b91b0ecbb0ec39145758.tar.xz
dexon-solidity-e2b21e1c9611fd94f8e7b91b0ecbb0ec39145758.tar.zst
dexon-solidity-e2b21e1c9611fd94f8e7b91b0ecbb0ec39145758.zip
Refactor to abstract assembly to JULIA.
Diffstat (limited to 'test')
-rw-r--r--test/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index ddec205e..8e7b8916 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -4,6 +4,7 @@ aux_source_directory(. SRC_LIST)
aux_source_directory(libdevcore SRC_LIST)
aux_source_directory(libevmasm SRC_LIST)
aux_source_directory(libsolidity SRC_LIST)
+aux_source_directory(libjulia SRC_LIST)
aux_source_directory(contracts SRC_LIST)
aux_source_directory(liblll SRC_LIST)
aux_source_directory(libjulia SRC_LIST)