diff options
author | Clifford Wolf <clifford@clifford.at> | 2018-08-30 12:26:26 +0200 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2018-08-30 12:26:26 +0200 |
commit | 0b7a18470bbd35214fdeff204f9c20964e69b5c5 (patch) | |
tree | 7bed18c526bd94917fa2f08e3df12209863698a1 /CodingReadme | |
parent | d36d11936f6725b9fc0702e9406bc55533d8e273 (diff) | |
download | yosys-0b7a18470bbd35214fdeff204f9c20964e69b5c5.tar.gz yosys-0b7a18470bbd35214fdeff204f9c20964e69b5c5.tar.bz2 yosys-0b7a18470bbd35214fdeff204f9c20964e69b5c5.zip |
Add "make ystests"
Signed-off-by: Clifford Wolf <clifford@clifford.at>
Diffstat (limited to 'CodingReadme')
-rw-r--r-- | CodingReadme | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CodingReadme b/CodingReadme index 4ab132a63..b64e79178 100644 --- a/CodingReadme +++ b/CodingReadme @@ -373,6 +373,7 @@ Finally run all tests with "make config-{clang,gcc,gcc-4.8}": cd ~yosys make clean make test + make ystests make vloghtb make install |