initial stages of html documentation generation

This commit is contained in:
Jesse Cirimelli-Low
2018-10-06 21:15:54 -07:00
parent 9f7a270e2e
commit fa979e2d34
4 changed files with 282 additions and 4 deletions
+5 -1
View File
@@ -62,7 +62,11 @@ class openram_test(openram_test):
import glob
files = glob.glob('{0}/*.lib'.format(out_path))
self.assertTrue(len(files)>0)
# Make sure there is any .html file
datasheets = glob.glob('{0}/{1}/*html'.format(OPENRAM_HOME,datasheets))
self.assertTrue(len(datasheets)>0)
# grep any errors from the output
output_log = open("{0}/output.log".format(out_path),"r")
output = output_log.read()