forked from UnitTestBot/unittestbot.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
component---src-docs-advanced-makefiles-md-de464acb13f7de3520fa.js.map
1 lines (1 loc) · 2.85 KB
/
component---src-docs-advanced-makefiles-md-de464acb13f7de3520fa.js.map
1
{"version":3,"file":"component---src-docs-advanced-makefiles-md-de464acb13f7de3520fa.js","mappings":"8RAQaA,EAAe,Q,sOAC5B,IAAMC,EAAc,CAClBD,aAAAA,GAEIE,EAAYC,EAAAA,EACH,SAASC,EAAT,GAGZ,IAFDC,EAEC,EAFDA,WACGC,GACF,YACD,OAAO,QAACJ,GAAD,UAAeD,EAAiBK,EAAhC,CAAuCD,WAAYA,EAAYE,QAAQ,eAG5E,cACE,GAAM,aADR,cAGA,kBAAG,aAAGC,WAAW,IACb,KAAQ,sDADT,YAAH,8LAKA,mBACE,cAAIA,WAAW,MAAf,sFAA0G,sBAAYA,WAAW,MAAvB,eAA1G,8CACkB,sBAAYA,WAAW,MAAvB,0BADlB,cACmG,sBAAYA,WAAW,MAAvB,0CADnG,wEAGA,cAAIA,WAAW,MAAf,kHACA,cAAIA,WAAW,MAAf,QAA4B,sBAAYA,WAAW,MAAvB,0BAA5B,mBACA,cAAIA,WAAW,MAAf,kFAEF,kBAAG,eAAKC,IAAI,iBAAiBC,IAAI,uG,6NAKrCN,EAAWO,gBAAiB","sources":["webpack://unittestbot-web/./src/docs/advanced/makefiles.md"],"sourcesContent":["import * as React from 'react'\n /* @jsx mdx */\nimport { mdx } from '@mdx-js/react';\n/* @jsxRuntime classic */\n\n/* @jsx mdx */\n\nimport DefaultLayout from \"/home/user/Github/utbot-new-wiki/node_modules/gatsby-theme-docz/src/base/Layout.js\";\nexport const _frontmatter = {};\nconst layoutProps = {\n _frontmatter\n};\nconst MDXLayout = DefaultLayout;\nexport default function MDXContent({\n components,\n ...props\n}) {\n return <MDXLayout {...layoutProps} {...props} components={components} mdxType=\"MDXLayout\">\n\n\n <h1 {...{\n \"id\": \"makefiles\"\n }}>{`Makefiles`}</h1>\n <p><a parentName=\"p\" {...{\n \"href\": \"https://www.gnu.org/software/make/manual/make.html\"\n }}>{`GNU make`}</a>{` is a primary tool for incremental build of bitcode and\nbinary files as well. Makefiles for binary files are public, so they may be used for tests running right from the\ncommand line.`}</p>\n <ol>\n <li parentName=\"ol\">{`Find corresponding makefiles, which are stored in host's project build directory, `}<inlineCode parentName=\"li\">{`utbot\\\\make`}</inlineCode>{` subdirectory. For\nexample, makefile for `}<inlineCode parentName=\"li\">{`c-example\\\\src\\\\calc.c`}</inlineCode>{` would be `}<inlineCode parentName=\"li\">{`c-example\\\\build\\\\utbot\\\\make\\\\calc.mk`}</inlineCode>{`. Please note: makefiles\nand tests are generated at the same time.`}</li>\n <li parentName=\"ol\">{`When necessary makefile is found, use the 'cd' command to move from your present directory to makefile's one.`}</li>\n <li parentName=\"ol\">{`Run `}<inlineCode parentName=\"li\">{`make -s -f calc.mk run`}</inlineCode>{`, for example.`}</li>\n <li parentName=\"ol\">{`Congratulations! Your tests are run and status is shown in the command line.`}</li>\n </ol>\n <p><img alt=\"makefileRunImg\" src=\"https://github.com/UnitTestBot/unittestbot.github.io/raw/source/resources/images/makefileRun.png\" /></p>\n\n </MDXLayout>;\n}\n;\nMDXContent.isMDXComponent = true;\n "],"names":["_frontmatter","layoutProps","MDXLayout","DefaultLayout","MDXContent","components","props","mdxType","parentName","alt","src","isMDXComponent"],"sourceRoot":""}