Commit graph

1181 commits

Author SHA1 Message Date
Andrew Schwartzmeyer d0e93b6b7f Refactor build.sh
- build.sh runs non-interactively
- build-tty.sh runs interactively with a pseudo tty
- both are shims to build-run.sh
- monad-native no longer depends on a tty
2015-10-01 10:18:10 -07:00
Andrew Schwartzmeyer b14a455343 Create TypeCatalogGen.exe input, powershell.inc
Previous attempt at this failed because it is not actually a Makefile.
2015-09-30 18:41:02 -07:00
Zach Folwick 762913fb31 Updated Pester Tests.md 2015-09-30 23:51:36 +00:00
Zach Folwick 6208416418 Updated Pester Tests.md 2015-09-30 22:19:55 +00:00
Zach Folwick ba665f52c9 Updated Pester Tests.md 2015-09-30 21:43:18 +00:00
Zach Folwick a41de25a12 Added file Native Tests.md 2015-09-30 21:40:07 +00:00
Zach Folwick 568e3ca6c5 Added file xUnit Tests.md 2015-09-30 21:39:09 +00:00
Zach Folwick 89e84b0765 Deleted /docs/xUnit Tests 2015-09-30 21:38:41 +00:00
Zach Folwick 2ad1f8fba7 Updated xUnit Tests 2015-09-30 21:38:17 +00:00
Zach Folwick c0c0ad5f33 Added file xUnit Tests 2015-09-30 21:38:09 +00:00
Zach Folwick 7fa684d54b Added file Pester Tests.md 2015-09-30 21:37:37 +00:00
Zach Folwick cf78fa523c Updated Testing.md 2015-09-30 21:35:58 +00:00
Zachary Folwick 690ae54b2c fixed markdown 2015-09-30 12:35:38 -07:00
Zachary Folwick 56e9600e03 initial commit 2015-09-30 12:28:45 -07:00
Zachary Folwick 1268ce5f24 initial commit 2015-09-29 09:23:21 -07:00
Zachary Folwick 5c34c1d59b fixed up tests to test standards 2015-09-23 11:33:33 -07:00
Zachary Folwick 8667e48939 minor typo fixing 2015-09-21 13:41:41 -07:00
Andy Schwartzmeyer 503dec41dc Merge pull request 151 from dev/248-cleanup into develop 2015-09-21 18:21:01 +00:00
Andrew Schwartzmeyer 88aefa5f40 Refactor to use $(APP_BASE)
Now that everything is run from exec_env/app_base, we can reuse it and
remove TESTRUN_FOLDER.
2015-09-21 11:20:30 -07:00
Zachary Folwick a3f0fd09ab implemented changes from code review 2015-09-21 10:12:38 -07:00
Zachary Folwick 256e426bd8 merging develop into branch
Merge branch 'develop' of mshttps://msostc.visualstudio.com/DefaultCollection/PS/_git/monad-linux into dev/188-get-content-add-tests
2015-09-18 18:37:03 -07:00
Zachary Folwick da42c7680a fixed a bug in final test to verify that we can get-content in different drives. 2015-09-18 18:32:21 -07:00
Andrew Schwartzmeyer 77b5569385 Fix rm 2015-09-18 14:18:05 -07:00
Andrew Schwartzmeyer bb4739db78 Refactor NuGet install step 2015-09-18 13:19:45 -07:00
Andrew Schwartzmeyer 050206ff8a Delete xunittests.xml on make clean 2015-09-18 12:59:59 -07:00
Andrew Schwartzmeyer 94f3fef288 Remove unneeded strings folders 2015-09-18 12:59:59 -07:00
Andrew Schwartzmeyer c6ca50c618 Remove src/linux
It was a deprecated experiment
2015-09-18 12:59:59 -07:00
Andrew Schwartzmeyer 8145ea26a4 Refactor Makefile
- Update variable names
- Remove no longer used variables
- Include coreref and tests directly (now that they're short)
2015-09-18 12:59:59 -07:00
Andy Schwartzmeyer 78ca62d573 Merge pull request 150 from dev/242-noinlining into develop 2015-09-18 19:06:17 +00:00
Andrew Schwartzmeyer 234f03fd69 Repin monad with removal of NoInlining attributes
Switching to Roslyn from Mono in PR 17 made this possible.
2015-09-18 12:04:56 -07:00
Zachary Folwick dabf16789d minor typo fixes 2015-09-17 16:18:31 -07:00
Zachary Folwick 2c303db564 merging in monad changes required to fix get-content -tail bug 2015-09-17 16:17:58 -07:00
Zachary Folwick c57e8be8fd added changes from code review 2015-09-17 15:35:38 -07:00
Zachary Folwick a3e470a3a1 merging in changes from dev/updates
Merge branch 'dev/updates' of mshttps://msostc.visualstudio.com/DefaultCollection/PS/_git/monad-linux into dev/188-get-content-add-tests
2015-09-16 14:03:37 -07:00
Andy Schwartzmeyer 4acc7c0e60 Merge pull request 149 from dev/updates into develop 2015-09-15 23:47:53 +00:00
Andrew Schwartzmeyer c2787fdaca Repin monad and build mapping
Monad submodule has been squashed and rebased to new PowerShell branch,
th2_srv1_mgmt_dev. Build system has been updated to include upstream
changes, as well as the addition of CorePsPlatform.cs to the PowerShell
build system (so it longer needs to be added automatically).
2015-09-15 16:46:06 -07:00
Andrew Schwartzmeyer e5e9e30347 Ignore CS170{1,2} C# compiler warnings 2015-09-15 16:45:31 -07:00
Zachary Folwick be87f4fb45 added more pester tests 2015-09-15 15:33:52 -07:00
Aaron ab8878fa52 Changed to Select-String Pester tests based off of feeddback from pull request 2015-09-15 15:13:29 -07:00
Aaron 4db3cf3797 Added pester tests for Get-Random 2015-09-15 11:20:51 -07:00
Zach Folwick e1780dc6a8 Merge pull request 129 from dev/184-New-Item-pester into develop 2015-09-14 23:31:12 +00:00
Zachary Folwick 2cab69401a incorporating updates to monad 2015-09-14 16:31:28 -07:00
Zachary Folwick cbace227a9 incorporated changes to pester tests from code review 2015-09-14 16:30:33 -07:00
Zachary Folwick ff1302cf71 pulling in updates from develop
Merge branch 'develop' of mshttps://msostc.visualstudio.com/DefaultCollection/PS/_git/monad-linux into dev/184-New-Item-pester
2015-09-14 15:10:21 -07:00
Zach Folwick ac89d6abe9 Merge pull request 119 from dev/180-out-file into develop 2015-09-14 22:06:58 +00:00
Zachary Folwick 1615ded3e4 incorporated final changes to pester tests 2015-09-14 15:07:31 -07:00
Zachary Folwick 6ca644f375 brought monad up to date with latest PSL changes 2015-09-14 13:58:18 -07:00
Zachary Folwick a5cc3d454f brought out-file branch up to date with latest develop branch
Merge branch 'develop' of mshttps://msostc.visualstudio.com/DefaultCollection/PS/_git/monad-linux into dev/180-out-file
2015-09-14 13:17:53 -07:00
Aaron 7790be0601 made changes based off of feedback 2015-09-11 11:43:50 -07:00
Aaron 807b47a8ce Added popd 2015-09-08 15:59:19 -07:00