Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Commit

Permalink
Ported to Netbeans 8.2 (#14).
Browse files Browse the repository at this point in the history
  • Loading branch information
offa committed Oct 7, 2016
1 parent 6d6d66a commit 6bfceae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
[![Build Status](https://travis-ci.org/offa/NBCndUnit.svg?branch=master)](https://travis-ci.org/offa/NBCndUnit)
[![GitHub release](https://img.shields.io/github/release/offa/NBCndUnit.svg)](https://github.com/offa/NBCndUnit/releases)
[![License](https://img.shields.io/badge/license-GPLv3-yellow.svg)](LICENSE)
[![NetBeans](https://img.shields.io/badge/netbeans-8.1-lightgrey.svg)](http://plugins.netbeans.org/plugin/57174/nbcndunit)
[![NetBeans](https://img.shields.io/badge/netbeans-8.2-lightgrey.svg)](http://plugins.netbeans.org/plugin/57174/nbcndunit)
![Java](https://img.shields.io/badge/java-1.7-green.svg)

**NBCndUnit** is a [***NetBeans***](https://netbeans.org) plugin for ***C/C++ unit testing***. It integrates the [_**CppUTest**_](https://cpputest.github.io/), [_**GoogleTest** (gtest) / **GoogleMock** (gmock)_](https://github.com/google/googletest) and [_**libunittest C++**_](http://libunittest.sourceforge.net/) unit testing frameworks.


# Requirements

- [**NetBeans 8.1**](https://netbeans.org)
- [**NetBeans 8.2**](https://netbeans.org)
- **Testing framework(s)**


Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Test templates are under "Unit Tests" file category.</description>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<nb.version>RELEASE81</nb.version>
<nb.version>RELEASE82</nb.version>
</properties>

<build>
Expand Down

0 comments on commit 6bfceae

Please sign in to comment.